GitHub Actionsの secrets.GITHUB_TOKEN
secretsとあるので環境変数に設定する?
設定方法が見つからず混乱した
設定する必要がなさそう(GitHub Actionsで使える状態になっている)
When you enable GitHub Actions, GitHub installs a GitHub App on your repository. The GITHUB_TOKEN secret is a GitHub App installation access token.
「GitHub Actionsを有効にするとGitHub Appがインストールされる。GITHUB_TOKENはGitHub Appのインストールのアクセストークン」
You can use the installation access token to authenticate on behalf of the GitHub App installed on your repository.
The token's permissions are limited to the repository that contains your workflow.
Use or create a token with the appropriate permissions for that repository. For more information, see "Creating a personal access token."
secrets.GITHUB_TOKENの権限が足りなければ、PATと呼ばれるトークンを作る